-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added convert_from_recipe script #1568
Conversation
# Conflicts: # tests/deci_core_unit_test_suite_runner.py
Also maybe find a better name? |
Maybe changing |
Recipe to code 🔥 🔥 🔥 |
# Conflicts: # tests/deci_core_unit_test_suite_runner.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds
convert_from_recipe
entry point to create self-contained script to train a model with given recipe.Generate script file contains full config paramteres to train the model.
Example usage:
How it works
Open questions
_lr_updates = super_gradients.training.utils.utils.empty_list()
looks like. Fixing such special cases would require addingif
checks for each such special case.Example of the generated script file: